/*head top*/
header.header {
    background: #f8f8f8;
}
.header-top{
	width: 1000px;
	height: 70px;
	line-height: 70px;
	margin: auto;
}
.header-top .logo-explain{
	margin-left: 30px;
}
.header-top img{
	vertical-align: middle;
}
.header-top .search{
	width: 280px;
	margin-left: 60px;
	display: inline-block;
	position: relative;
}
.header-top .search .search-input{
	height: 28px;
	width: 100%;
	line-height: 28px;
	border: 1px solid #ccc;
	text-indent: 10px;
}
.header-top .search .search-input:focus{
	outline: 1px solid #8BADE4;
}
.header-top .search .submit{
	position: absolute;
	right: 2px;
	top: 30px;
}
/*head nav*/
.header nav{
	width: 1000px;
	height: 86px;
	margin: auto;
	position: relative;
}
.header nav>ul{
	width: 100%;
}
.header nav>ul>li{
	float: left;
	width: 110px;
	height: 36px;
	line-height: 36px;
	text-align: center;
	margin-right: 1px;
}
.header nav>ul>li>a:hover,.header nav .menu-active{
	background-color: #f4b440 !important;
}
.header nav>ul>li>a{
	color: #fff;
	display: block;
	font-size: 14px;
	background-color: #1c8dd5;
}
.header nav .submenu{
	width: 1000px;
	height: 50px;
	line-height: 50px;
	position: absolute;
	bottom: 0;
	left: 20px;
	display: none;
}
.header nav .submenu li{
	float: left;
	font-size: 12px;
	padding: 0 20px;
}
.header nav .submenu li a{
	color: #000;
}
.header nav .submenu li a:hover,.submenu-active{
	color: #ff0000 !important;
}
.header nav a:hover{
	color: #fff;
	text-decoration: none;
}